home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 10218 / 10218.xpi / content / css / youtube_video_custom.css < prev   
Encoding:
Cascading Style Sheet File  |  2009-12-08  |  1.0 KB  |  27 lines

  1. .top-results { width: 632px; margin: 0 auto; overflow: hidden; }
  2.  
  3. .videosurf-topics .watch-body { overflow: auto; border: 1px solid #CCCCCC; margin-top: 5px; margin-bottom: 10px; }
  4. .videosurf-topics .expand-header .watch-arrow { margin-right: 7px; }
  5. .videosurf-topics ul { margin: 0px; padding: 5px 0px; overflow: auto;  }
  6. .videosurf-topics ul li { float: left; list-style-type: none; width: 94px; padding-right: 2px; margin-bottom: 5px; text-align: center; }
  7. .videosurf-topics ul li a.topic-title {  }
  8. .videosurf-topics ul li img { width: 85px; height: 64px; padding: 1px; border: 1px #999 solid; display: block; margin-bottom: 2px; }
  9.  
  10. #watch-this-vid-info .summaryContainer {
  11.     margin: -50px 0px 0px -182px;
  12.     width: auto;
  13.     height: 130px;
  14.     background-position: 0px -265px;
  15. }
  16.  
  17. #watch-this-vid-info .summaryContainer .summaryThumbnails {
  18.     width: 635px; left: 184px;
  19. }
  20.  
  21. #watch-this-vid-info .summaryContainer .summaryInformation {
  22.     display: none;
  23. }
  24.  
  25. #watch-this-vid-info .summaryContainer .previewImageContainer {
  26.     display: none;
  27. }